.page.messages .message-error, .page.messages .message-success{width: 100%;padding: 10px;text-align: center;font-size:14px;letter-spacing: .1px;box-sizing: border-box;}
.page.messages .message-error.error{color:#9d0000;background: rgba(157, 0,0, .25);}
.page.messages .message-success.success{color:#006400;background:#e5efe5;}
.mage-error{color:#9d0000;font-size:10px;}
.introduction-text-wrapper .intro-text-col-Right p strong{font-weight:bold;}

.page-wrapper {
  max-width: 1920px !important;
  margin: 0px auto !important;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
}

.eth-ft-newsletter-form .form-control {
  border-bottom: none !important;
}

.rolex-menu-trigger{
 -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hover-img-effect{
	overflow:hidden;
}

.hover-img-effect:hover .text-link-overlap,
.hover-img-effect:hover .secondary-cta{
	color: #212121;
}

.hover-img-effect:hover .text-link-overlap svg,
.hover-img-effect:hover .secondary-cta svg{
	fill: #212121;
}

.position-relative{
	position:relative;
}

.hover-img-effect picture{
	transition: .7s all;
	display:block;
	overflow:hidden;
}
.hover-img-effect img,
a.watch-collection-item .watch-collection-image img{
	transition: .7s all;	
}
.hover-img-effect:hover img{
	transform:scale(1.1);
	transition: .7s all;
}
.x1-push-content-wrapper .hover-img-effect:hover img,
a.watch-collection-item:hover .watch-collection-image img{
	transform:scale(1.05);
}
.para_spacer {
  display: block;
  margin-top: 20px;
  width: 100%;
}

/* image component */
.image-component-wrapper {
  padding-bottom: 20px;
}

.error-message {
  color: #f00;
}

.rlx-checkPolicyLink {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.rlx-checkPolicy label input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: auto;
  visibility: hidden;
  margin: 0;
}

.rlx-checkPolicy label span:after,
.rlx-checkPolicy label span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
}

.rlx-checkPolicyLink:after {
  width: 18px;
  height: 18px;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
}

.rlx-checkPolicy input[type="checkbox"]+.rlx-checkPolicyLink:before {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.rlx-checkPolicy input[type="checkbox"]:checked+.rlx-checkPolicyLink:after {
  border: 1px solid #127749;
  background: #127749;
}

.rlx-checkPolicy input[type="checkbox"]:checked+.rlx-checkPolicyLink:before {
  z-index: 1;
  width: 9px;
  height: 5px;
  opacity: 1;
  top: 5px;
  left: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

#policy-error {
  display: block;
  margin-top: 10px;
  padding-left: 30px;
}

.thank_you_msg_form {
  position: relative;
  top: -50px;
}

/*404 page css below*/
.content-main-wrapper-error {
  text-align: center;
}


@media only screen and (min-width: 568px) and (max-width: 991px) and (orientation: landscape) {
  body {
    overflow: hidden;
    padding-top: 0;
  }

  body .page-wrapper {
    display: none;
  }

  body::before {
    content: "Please Rotate Your Device";
    text-align: center;
    background: #ffffff;
    width: 100%;
    position: fixed;
    height: 100vh;
    padding-top: 10%;
    font-size: 20px;
    z-index: 1500;
    font-family: "brother-1816", Trebuchet MS;
  }

  body::after {
    content: "";
    width: 100%;
    position: fixed;
    height: 100vh;
    background: url(../images/landscape.svg)no-repeat center 60%;
    background: url(../images/landscape-1.svg)no-repeat center 60%;
    z-index: 1500;
  }
}

/*start new style.css 04-05-2024 */
*,
*::before,
*::after {
  box-sizing: border-box;
}


/* remove css */
.module_Wrap {
  position: relative;
}

.module-text {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #1a523d;
  border-bottom: 1px solid #1a523d;
  width: 100%;
  text-align: center;
  display: block;
}

.module-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 8%;
  height: 100%;
  display: flex;
  align-items: center;
}

.module-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a523d;
}

.rolex-section-wrapper>hr {
  border: 0px;
  height: 1px;
  background-color: #e3e3e3;
}

.module_Wrap.keep-exp-m .module-text {
  margin-top: 130px;
}

.module_Wrap.xl-bnr-m .module-text {
  color: #c0c5c4;
}

.rolex-container .r_grid {
  position: relative;
}

.rolex-container .r_grid:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
}



@media (max-width: 767px) {
  .module-title {
    position: relative;
    width: 100%;
  }

  .module-text {
    text-align: right;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
  }


  .module-title:before {
    display: none;
  }

  .module-text:before {
    content: "Module Name -";
    display: block;
  }

  .rolex-section-wrapper>hr {
    display: none;
  }

  .module_Wrap.keep-exp-m .module-text {
    margin-top: 0px;
  }
}



.rolex-gride-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #92f4f2;
  z-index: 99;
  opacity: 0.1;
  max-width: 1920px;
  margin: 0 auto;
  pointer-events: none;
}

.rolex-gride-wrapper .rolex-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.rolex-container .r_grid {
  width: 100%;
  background-color: #ffb1b1;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.rolex-container .r_grid:first-child {
  border-left: 0;
}

.rolex-container .r_grid:last-child {
  border-right: 0px;
}


@media (max-width: 767px) {
  .rolex-container .r_grid:nth-child(1n + 7) {
    display: none;
  }

  .rolex-container .r_grid {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .rolex-container .r_grid.g_col_6 {
    border-right: 0;
  }
}

/* -----end------ */


body {
  background: #ffffff;
  color: #000000;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  position: relative;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s all;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p+p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }
}



/* container */

.rolex-page-main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
  min-height: 100vh;
}

.rolex-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.rolex-section-wrapper,
.rolex_sec {
  padding-top: 45px;
  padding-bottom: 45px;
}


@media (max-width: 767px) {
  .rolex-container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .rolex_sec,
  .rolex-section-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/* Font Typo */
.font_typo>* {
  margin-bottom: 40px;
}

h1,
.headline70 {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 700;
}

h2,
.headline50 {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

h3,
.quote50 {
  font-family: 'Georgia', Arial, sans-serif;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
}


h4,
.headline36 {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h5,
.headline30 {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.headline30_light {
  font-weight: normal;
}


h6,
.headline26 {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.body24_bold {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.body24_light {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.body20_bold {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.body20_bold {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.body20_light {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.legend16_bold {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.legend16_light {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
}

.legend14_bold {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}

.fixed22 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}

.fixed16 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}

.fixed14 {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}

@media (max-width: 1440px) {
  h3, .quote50 {
    font-size: 40px;;
  }
  
	h1,
	.headline70 {
		font-size: 56px;
	}

	h2,
	.headline50 {
		font-size: 42px;
	}
	
	h4,
	.headline36 {
		font-size: 32px;
	}

	h5,
	.headline30 {
		font-size: 26px;
	}

	.body24_bold {
	  font-size: 22px;
	}

	.body24_light {
	  font-size: 22px;
	}

	.body20_bold {
	  font-size: 19px;
	}

	.body20_light {
	  font-size: 19px;
	}

	.legend16_bold {
	  font-size: 15px;
	}


}

@media (max-width: 1180px) {

  h1,
  .headline70 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  h3, .quote50 {
    font-size: 32px;;
  }
  
  	h1,
	.headline70 {
		font-size: 46px;
	}

	h2,
	.headline50 {
		font-size: 36px;
	}
	
	h4,
	.headline36 {
		font-size: 28px;
	}

	h5,
	.headline30 {
		font-size: 23px;
	}

	.body24_bold {
	  font-size: 20px;
	}

	.body24_light {
	  font-size: 20px;
	}

	.body20_bold {
	  font-size: 19px;
	}

	.body20_light {
	  font-size: 19px;
	}

	.legend16_bold {
	  font-size: 13px;
	}
	
}


@media (max-width: 767px) {

  h1,
  .headline70 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2,
  .headline50 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3,
  .quote50 {
    font-size: 30px;
  }

  h4,
  .headline36 {
    font-size: 24px;
    line-height: 1.2;
  }

  h5,
  .headline30 {
    font-size: 22px;
    line-height: 1.2;
  }

  h6,
  .headline26 {
    font-size: 22px;
    line-height: 1.2;
  }

  .body24_bold {
    font-size: 18px;
    line-height: 1.2;
  }

  .body24_light {
    font-size: 18px;
    line-height: 1.2;
  }

  .body20_bold {
    font-size: 18px;
    line-height: 1.6;
  }

  .body20_light {
    font-size: 18px;
    line-height: 1.6;
  }

  .legend16_bold {
    font-size: 12px;
    line-height: 1.1;
  }

  .legend16_light {
    font-size: 12px;
    line-height: 1.1;
  }

  .legend14_bold {
    font-size: 10px;
    line-height: 1.1;
  }
}


/* Button  */
.rolex-typo-btn {
  margin-bottom: 40px;
}

body .primary-cta {
  background-color: #127749;
  border: 0px;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 44px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: .3s all;
}

body .primary-cta svg {
  width: 12px;
  height: 12px;
  color: #fff;
  fill: #fff;
  margin-left: 8px;
}

body .primary-cta:hover {
  background-color: #006039;
}


body .secondary-cta {
  border: 0px;
  color: #127749;
  padding: 0px;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 44px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  transition: .3s all;
}

body .secondary-cta svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  fill: #127749;
  transition: .3s all;
}

body .secondary-cta svg path {
  transition: .3s all;
}

body .secondary-cta:hover svg,
body .secondary-cta:hover svg path {
  fill: #212121;
}

body .secondary-cta:hover {
  color: #212121;
}

body .secondary-cta:hover>svg {
  fill: #212121;
}



.round-button {
  background-color: rgb(212 212 212 / 30%);
  border: 0px;
  color: #452C1E;
  border-radius: 44px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  transition: .3s all;
}

.round-button svg {
  width: 12px;
  height: 12px;
  fill: #452C1E;
  transition: .3s all;
}

.round-button:hover {
  background-color: rgb(118 118 118 / 30%);
}

button.round-button.r-left-btn svg {
  transform: rotate(180deg);
}

/* tertiary cta  */

.tertiary-cta {
  display: flex;
  align-items: center;
  color: #452C1E;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.tertiary-cta-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F7F4;
  border-radius: 36px;
  margin-right: 10px;
}

.tertiary-cta-icon svg {
  width: 12px;
  height: 12px;
  fill: #452C1E;
  transition: 0.3s all;
}

.tertiary-cta:hover .tertiary-cta-icon svg {
  fill: #127749;
}

.tertiary-cta:hover {
  color: #127749;
}

/* Colors */
.brown {
  color: #452C1E;
}

.light-black {
  color: #452C1E;
}

.white {
  color: #FFFFFF;
}

.dark-gray {
  color: #767676;
}


.bg-white {
  background-color: #FFFFFF;
}

.bg-light-beige {
  background-color: #F9F7F4;
}

.bg-beige {
  background-color: #F4EFEA;
}


/* spacing */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}



.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}


@media (max-width: 767px) {
  .pt-90 {
    padding-top: 60px !important;
  }

  .pb-90 {
    padding-bottom: 60px !important;
  }
}

/*end new style.css */


/*start new main.css 04-05-2024 */
.intro-text-flex {
  display: flex;
}

.intro-text-col-Left {
  width: 41.4%;
  margin-right: 8.9%;
}

.intro-text-col-Right {
  width: 41.4%;
}

.x2-push-content-flex {
  display: flex;
  justify-content: space-between;
}

.x2-push-col-left,
.x2-push-col-right {
  width: calc(50% - 4px);
}

.x3-push-content-flex {
  display: flex;
  justify-content: space-between;
}

.x3-push-col {
  width: calc(33.333% - 4px);
}

.x3-push-content {
  padding-right: 20px;
}

.x1-push-content {
  width: calc(50% - 4px);
}

.x2-push-content {
  padding-right: 40px;
}

.sec-title {
  width: calc(50% - 4px);
}

.keep-exp-content-flex {
  display: flex;
  justify-content: space-between;
}

.keep-exp-col {
  width: 25% !important;
  padding: 0px 4px !important;
}
/*
.keep-exp-col {
  width: 33.33% !important;
}*/

.keep-exploring-swiper-container {
  overflow: hidden;
}

.keep-exploring-swiper-index {
  margin: 0px -4px 40px -4px !important;
}

.keep-exp-content {
  padding-right: 10px;
}

.keep-exploring-wrapper .slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 9;
  width: 44px;
  height: 44px;
}


.keep-exploring-wrapper .slide-button img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}

.keep-exploring-wrapper .slide-button img.hover-icon {
  opacity: 0;
}

.keep-exploring-wrapper .slide-button:hover img.hover-icon {
  opacity: 1;
}

.keep-exploring-wrapper .slide-button:hover img.static-icon {
  opacity: 0;
}

.keep-exploring-wrapper .slide-button.keep-exp-button-prev img {
  transform: rotate(180deg);
}

.keep-exploring-wrapper .slide-button.keep-exp-button-prev {
  left: 0;
  margin-left: calc(4% - 22px);
}

.keep-exploring-wrapper .slide-button.keep-exp-button-next {
  right: 0;
  margin-right: calc(4% - 22px);
}

.keep-exp-col .catalog-active .keep-exp-content p {
  color: #127749;
}

body .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .swiper-pagination-bullet {
  margin: 0px 6px !important;
  width: 20px;
  height: 4px;
  border-radius: 0px;
  background-color: #D4D4D4 !important;
  transition: 0.3s;
  opacity: 1 !important;
}

body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #127749 !important;
  width: 50px;
}

.m-image img {
  max-width: 83.3%;
  display: block;
  margin: 0 auto;
}

.s-image img {
  width: 49.7%;
  display: block;
  margin: 0 auto;
}

.body-text-index {
  max-width: 49.7%;
  margin: 0 auto;
}

.quote-text-index {
  max-width: 49.7%;
  margin: 0 auto;
}

.module-availability-index img.crown-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
}

.module-availability-index {
  text-align: center;
  width: 49.7%;
  display: block;
  margin: 0 auto;
  padding-top: 100px;
}


.video-player-index {
  /* max-width: 83.3%; */
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 56.3%;
}

.video-player-index iframe,
.video-player-index video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}

.video-player-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-player-poster.show {
  display: flex;
}

.video-player-poster.show>img {
  visibility: visible;
}

.video-player-btn {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
}

.video-player-poster>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  object-fit: cover;
  visibility: hidden;
}

.video-player-btn>img {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

.video-player-btn .play-hover-icon {
  opacity: 0;
}

.video-player-btn:hover .play-hover-icon {
  opacity: 1;
}

.video-player-index.play-active-player-poster {
  display: none;
}

.video-player-index.play-active .video-player-poster {
  display: none;
}

.pro-slider-flex {
  position: relative;
}

.pro-slider-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.pro-slider-content-flex {
  display: flex;
  justify-content: end;
}

.pro-slider-content-text {
  width: 41.37%;
  position:relative;
}

.text-link-overlap a{
	display:block;
}

.cms-discover .pro-slider-content-text .pro-slider-btn a:after,
a.text-link-overlap:after
{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pro-slider-wrapper .pro-slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  border: 0;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 9;
  width: 44px;
  height: 44px;
}

.pro-slider-wrapper .pro-slider-button-next {
  right: 0;
  margin-right: calc(4% - 22px);
}

.pro-slider-wrapper .pro-slider-button-prev {
  left: 0;
  margin-left: calc(4% - 22px);
}

.pro-slider-wrapper .pro-slide-button img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}

.pro-slider-wrapper .pro-slider-button-prev img {
  transform: rotate(180deg);
}

.pro-slider-wrapper .pro-slide-button .hover-icon {
  opacity: 0;
}

.pro-slider-wrapper .pro-slide-button:hover .hover-icon {
  opacity: 1;
}

.pro-slider-wrapper {
  position: relative;
  overflow: hidden;
}

body .pro-slider-wrapper .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 9;
}

body .pro-slider-wrapper .swiper-pagination-bullet {
  background-color: #fff !important;
}

.pro-slider-wrapper .pro-slide-button.swiper-button-disabled {
  pointer-events: none;
}

.rolex_slider_wrap_cmn .pro-slider-wrapper .pro-slide-button.swiper-button-disabled {
  cursor: auto;
  pointer-events: auto;
}

.rolex_slider_wrap_cmn .pro-slider-wrapper .pro-slide-button.swiper-button-disabled .hover-icon {
  opacity: 0;
}

.keep-exploring-wrapper .slide-button.swiper-button-disabled {
  display: none;
}

.watch-collection-title {
  margin-bottom: 50px;
}

.watch-collection-title h2 {
  max-width: 49.7%;
  margin: 0 auto;
  text-align: center;
}

.watch-collection-items-flex {
  display: flex;
  flex-flow: wrap;
  margin: -4px;
  justify-content: left;
}
/*
.watch-collection-items-flex:not(:has(a.watch-collection-item:nth-of-type(n+2))) {
  justify-content: center;
}
*/
.watch-collection-item {
  width: calc(33.3333333% - 8px);
  background-color: #f4efeb;
  margin: 4px;
}

.watch-collection-items-wrapper {
  width: 75.5%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.watch-collection-details p {
  margin: 0px;
}

.watch-collection-details {
  padding: 0px 50px 50px;
}


.watch-collection-details p:nth-child(2) {
  margin-bottom: 5px !important;
}

.watch-load-more {
  text-align: center;
  margin-top: 60px;
}

.watch-collection-spacing {
  display: block;
  width: 100%;
  height: 5%;
}

.watch-collection-image img {
  width: 70%;
}

.watch-collection-image {
  text-align: center;
  padding-top: 5%;
}

.keep-exploring-wrapper {
  position: relative;
}

.x3-push-content .body24_bold {
  margin-top: 0px;
}

ul.rolex-breadcrumbs-list>li>a {
  color: #fff;
}

ul.rolex-breadcrumbs-list>li.active>a,
ul.rolex-breadcrumbs-list>li.active>span,
ul.rolex-breadcrumbs-list>li.active {
  color: #61BD93;
  pointer-events: none;
}

.cms-contact-us ul.rolex-breadcrumbs-list>li.active a,
.cms-contact-us ul.rolex-breadcrumbs-list>li.active {
  pointer-events: auto;
}

ul.rolex-breadcrumbs-list>li {
  display: flex;
  align-items: center;
}

ul.rolex-breadcrumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.rolex-breadcrumbs-index {
  padding-bottom: 15px;
}

ul.rolex-breadcrumbs-list>li:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin: 0px 10px;
  background-image: url('../images/assets/next-dark-mode-hover-button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  background-size: 35px;
}

ul.rolex-breadcrumbs-list>li.active:after {
  display: none;
}

.menu-open .rolex-breadcrumbs-wrapper {
  display: none;
}


.rolex-model-flex {
  display: flex;
  min-height: calc(90vh - 140px);
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.rolex-model-text-flex {
  width: 24.7%;
}

.rolex-model-left-spacing {
  width: 24.7%;
  min-height: 1px;
}

.rolex-model-watch-flex {
  width: 31%;
}

ul.rolex-model-text-list {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 40px;
  width: 42.4%;
}

ul.rolex-model-text-list>li {
  margin-bottom: 20px;
}

ul.rolex-model-text-list>li>span {
  display: block;
}

.rolex-watch-specifications-flex {
  display: flex;
  align-items: center;
}


ul.rolex-model-text-list>li:last-child {
  margin-bottom: 0px;
}


.rolex-watch-specifications-text-col1 {
  display: flex;
  width: 58.1%;
  flex-flow: wrap;
  padding: 10vh 0px;
}

.rolex-watch-specifications-image-col2 {
  width: calc(100% - 58.1%);
}

.rolex-model-text-list-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rolex-model-cta-btn {
  width: 100%;
}

.rolex-specifications-watch img {
  width: 100%;
  max-width: 700px;
  max-height: 700px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}


.rolex-model-cta-btn {
  border-top: 1px solid rgb(69 44 30 / 20%);
  padding-top: 40px;
}

ul.rolex-breadcrumbs-list>li.breadcrumbs-back-btn {
  flex-direction: row-reverse;
  display: none;
}

ul.rolex-breadcrumbs-list>li.breadcrumbs-back-btn:after {
  transform: rotate(180deg);
  margin-left: 0px;
}

.intro-text-col-Left .body20_bold {
  color: #452C1E;
}

.rolex-model-text-block p svg {
  margin-left: 10px;
  cursor: pointer;
}

/*start of main design 17-05-2024*/

.dynamic-map-list-flex {
  display: flex;
  flex-flow: wrap;
  margin: 0px -4px;
}

.dynamic-map-list {
  width: calc(25% - 8px);
  margin: 4px;
  background-color: #ffffff;
}

.map-list-address {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0px;
  text-align: center;
}

#List .map-list-address{
	display: flex;
    flex-direction: column;
    height: 100%;
}

.map-list-address h5 {
  margin-bottom: 30px;
}

.map-list-address>p.fixed16 {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.66;
}

.dynamic-map-list-icons {
  display: flex;
  justify-content: center;
  margin-top:auto;
}

.dynamic-map-list-icons>a {
  margin: 0px 10px;
}


.dynamic-map-trigger {
  position: relative;
}

.dynamic-list-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0px;
  width: 28px;
  height: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dynamic-list-trigger #icon-close {
  display: none;
}

.dynamic-list-trigger svg {
  width: 12px;
}

.roelx-dynamic-map-list-index+.roelx-dynamic-map-list-index {
  margin-top: 80px;
}

.rolex-static-map-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rolex-static-map-iframe-wrap {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background-color: #D4D4D4;
}

.rolex-static-map-wrapper {
  position: relative;
}

.rolex-static-map-info-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  min-width: 410px;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  z-index: 9;
}

.rolex-static-map-info {
  width: 70%;
  margin: auto;
  padding: 40px 0px;
}

.rolex-static-map-timing-status svg {
  width: 10px;
  fill: #127749;
}

.rolex-static-map-share-link-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.rolex-static-map-openClose-wrap {
  display: flex;
}

.rolex-static-map-openClose-status {
  margin-right: 10px;
}

.rolex-static-map-timing-status {
  color: #127749;
  cursor: pointer;
  display: flex;
}

.rolex-static-map-timing-status>svg {
  margin-left: 5px;
}

.rolex-static-map-timing-list {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #F9F7F4;
  list-style: none;
  padding: 40px;
  color: #000000;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #d9d9d9;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.rolex-static-map-timing-status-wrapper {
  position: relative;
}

.rolex-static-map-timing-list>li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.rolex-static-map-timing-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.rolex-static-map-timing-list>li .time {
  font-weight: normal;
}

.rolex-static-map-timing-status:hover .rolex-static-map-timing-list {
  visibility: visible;
  opacity: 1;
}

.rolex-static-map-info-wrapper.tabber-map-info {
  right: auto;
  left: 0;
  background-color: #FFFFFF;
  width: 20vw;
  display: none;
  flex-flow: wrap;
  flex-direction: column;
}

.rolex-static-map-info-wrapper.tabber-map-info.open {
  display: flex;
}


.roelx-dynamic-map-toggle-wrapper {
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.dynamic-map-toggle-btn-wrap {
  display: flex;
}

.dynamic-list-toggle-btn.active,
.dynamic-map-toggle-btn.active {
  color: #127749;
  display: flex;
  align-items: center;
}

.dynamic-map-toggle-btn {
  margin-right: 20px;
}

.dynamic-list-toggle-btn.active:after,
.dynamic-map-toggle-btn.active:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #127749;
  border-radius: 50%;
  margin-left: 5px;
}


.dynamic-list-toggle-btn,
.dynamic-map-toggle-btn {
  cursor: pointer;
}


.roelx-dynamic-map-frame-wrapper {
  position: relative;
  overflow: hidden;
}

.rolex-static-map-wrapper.dynamic-map-sec {
  display: none;
}

.rolex-static-map-wrapper.dynamic-map-sec.open {
  display: block;
}

.roelx-dynamic-map-list-wrapper.tabber-map-list {
  display: none;
}

.roelx-dynamic-map-list-wrapper.tabber-map-list.open {
  display: block;
}

.rolex-static-map-info-close-btn svg {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.rolex-static-map-info-close-btn {
  position: absolute;
  bottom: -52px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}

.tabber-map-info .rolex-static-map-info {
  position: relative;
}

.rolex-static-map-info-image {
  position: relative;
}


.contact-appointment-block-text1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.contact-appointment-block-text2 {
  width: 33%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.contact-appointment-image-flex {
  display: flex;
  margin: 0px -4px;
}

.contact-appointment-image-col {
  width: calc(50% - 4px);
  margin: 0px 4px;
}

.contact-appointment-image-flex-wrapper {
  width: 66.5%;
  margin: 0 auto;
}

.contact-appointment-image-title {
  padding-right: 20px;
}

.appointment_i_understand_btn {
  margin-top: 40px;
}

input,
select,
textarea {
  border: none !important;
  padding: 3px 0px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2) !important;
  width: 100%;
  display: block;
  outline: none;
  color: #000000;
  line-height: 17px;
  background-color: #fff;
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 300;
}

.contact-appointment-select-counter-title {
  width: 33%;
  margin: 0 auto 60px auto;
  text-align: center;
}

.contact-appointment-select-country-dropdown {
  width: 33%;
  margin: 0 auto;
}

.contact-appointment-select-country-list {
  margin-top: 40px;
}

select.appointment-select-country-dropdown {
  padding-top: 0;
  padding-bottom: 10px;
  cursor: pointer;
  background-color: transparent;
}

.contact-appointment-select-country-list .map-list-address>p.fixed16 {
  margin-bottom: 0;
}

.contact-appointment-select-country-list .dynamic-map-list-flex {
  cursor: pointer;
  display: flex;
}

.contact-appointment-select-country-next {
  text-align: center;
  margin-top: 40px;
}

.contact-appointment-chooes-date-time-wrapper {
  width: 33%;
  margin: 0 auto;
}

.contact-appointment-chooes-date-time-flex {
  /* padding: 50px;
  background-color: #FFFFFF;*/
  margin-bottom: 50px;
}


/*rolex date and time design book-an-appointment page*/
#prevButton,
#nextButton {
  margin-top: -65px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
}

#nextButton {
  right: 0px;
}

#prevButton svg {
  transform: rotate(180deg);
}

#prevButton svg,
#nextButton svg {
  width: 12px;
  height: 12px;
}

.calendar-container {
  display: flex;
  align-items: center;
  align-items: flex-start;
  position: relative;
  color: #212121;
}

#calendar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.calendar-day {
  width: calc(33% - 10px);
  text-align: center;
  padding: 15px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}

.calendar-day:nth-of-type(2),
.calendar-day:nth-of-type(4) {
  opacity: .5;
}

.calendar-day .calc-day {
  font-weight: 300;
}

.contact-appointment-select-country-wrapper .contact-appointment-block-text1 {
  margin-bottom: 60px;
}

.contact-appointment-select-date-time-next {
  text-align: center;
  margin-top: 40px;
}

.contact-appointment-chooes-date-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-appointment-chooes-time-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact-appointment-chooes-time-flex {
  /* padding: 20px;
  background-color: #FFFFFF;*/
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.contact-appointment-chooes-time-flex .time-option {
  -webkit-appearance: none;
  border: none;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  width: 33%;
  font-weight: bold;
  font-size: 16px;
  color: #212121;
}

.contact-appointment-block-text3 {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 80px 8.6%;
  background-color: #FFFFFF;
}

.contact-appointment-details-wrapper .contact-appointment-block-text2 {
  margin-bottom: 40px;
}


.your-appointment-details-text:not(:last-child) {
  margin-bottom: 30px;
}

.contact-appointment-block-text3 h2 {
  margin-bottom: 40px;
}

.contact-appointment-action-wrapper {
  width: 50%;
  margin: 0 auto;
}

.appo-add-to-calendar-btn {
  margin-bottom: 20px;
  color: #127749;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contact-appointment-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.appo-add-to-calendar-btn svg {
  width: 16px;
  margin-right: 10px;
  fill: #127749;
}

.appo-get-notified-btn {
  display: flex;
}

.notified-checkbox {
  width: 16px;
  height: 16px;
  background-color: #127749;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 8px;
  cursor: pointer;
}

.notified-checkbox>svg path {
  fill: #fff;
}

.notified-checkbox>svg {
  width: 10px;
}

.cont-appo-step-back {
  padding: 0px;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: none;
  align-items: center;
  margin-bottom: 30px;
}

.cont-appo-step-back svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  transform: rotate(180deg);
}

.cont-appo-step-back.active {
  display: flex;
}

.cont-appo-step {
  display: none;
}

.cont-appo-step-index>hr {
  display: none;
}

.cont-appo-step.appo-show {
  display: block;
}

form.contact-appointment-form {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  height: auto;
}

.contact-msg-block-text1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.contact-msg-block-text2 {
  width: 33%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.contact-msg-textarea-wrapper {
  width: 50%;
  margin: 0 auto;
}

.contact-msg-textarea-wrapper textarea {
  background-color: #fff;
  padding: 40px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  border: none !important;
  min-height: 240px;
  resize: none;
}

.contact-msg-next {
  text-align: center;
  margin-top: 40px;
}

.cont-msg-step {
  display: none;
}

.cont-msg-step.msg-show {
  display: block;
}

.contact-msg-form {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.scroll_empty_element {
  position: relative;
  top: -60px;
}

.contact-msg-form .error-message {
  font-size: 14px;
}

form.contact-form input::-webkit-input-placeholder {
  color: inherit;
}

form.contact-form input,
form.contact-form select {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  padding: 10px 0px;
  background-color: transparent;
}

form.contact-form select {
  cursor: pointer;
  position: relative;
  background-image: url(../images/drop-down-black-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px 13px;
  -webkit-appearance: none;
  appearance: none;
}

.field-group-wrap {
  margin-bottom: 40px;
}

.field-group-wrap.rlx-name-field {
  display: flex;
}

.formGrp.title {
  margin-right: 8px;
  width: 16%;
}

.formGrp.firstName {
  margin-right: 8px;
  width: 32.5%;
}

.formGrp.lastName {
  width: 49.5%;
}

.field-group-wrap label {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: rgb(69 44 30 / 50%);
}

.field-group-wrap.rlx-phone-field {
  display: flex;
}

.formGrp.phoneCode {
  width: 16%;
  margin-right: 8px;
}

.formGrp.phoneNo {
  /*width: 84%;*/
  width: 100%;
}

.rlx-checkPolicy {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
}

.rlx-checkPolicy a {
  font-weight: bold;
  color: #127749;
}

.contact-msg-form-btn {
  text-align: center;
  margin-top: 40px;
}

.rlx-checkPolicy .mandatory-information {
  display: none;
}

.rlx-checkPolicy p {
  margin-bottom: 20px;
}

.contact-msg-block-text2 .primary-cta {
  margin-top: 40px;
}

.contact-msg-image-wrapper {
  width: 83.3%;
  margin: 0 auto;
}

.contact-message-step-3 .contact-msg-block-text2 {
  margin-bottom: 50px;
}

.cont-msg-step-back svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  transform: rotate(180deg);
}

.cont-msg-step-back {
  padding: 0px;
  font-family: 'Helvetica Now Text', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: none;
  align-items: center;
  margin-bottom: 30px;
}

.cont-msg-step-back.active {
  display: flex;
}

.rolex-pro-slider-container.dark-bullet .swiper-pagination-bullet {
  background-color: #452c1e !important;
}


/* end of main design 17-05-2024 */

@media(max-width: 1180px) {
  .rolex-static-map-info {
    width: 80%;
  }
}

@media(max-width: 1024px) {
  .intro-text-flex {
    display: block;
  }

  .intro-text-col-Left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .intro-text-col-Right {
    width: 100%;
  }

  .x1-push-content {
    width: calc(67% - 4px);
  }

  .sec-title {
    width: calc(67% - 4px);
  }

  .keep-exp-col {
    width: 33.333% !important;
  }

  .m-image img {
    max-width: 83%;
  }

  .s-image img {
    width: 66.2%;
  }

  .body-text-index {
    max-width: 66.3%;
  }

  .quote-text-index {
    max-width: 66.3%;
  }

  .module-availability-index {
    width: 66.2%;
  }

  .video-player-index {
    max-width: 83%;
  }

  body .pro-slider-wrapper .swiper-pagination-bullets {
    bottom: 30px;
  }

  .watch-collection-items-wrapper {
    width: 100%;
  }

  .watch-collection-details {
    padding: 0px 30px 50px;
  }

  .watch-collection-title h2 {
    max-width: 66.2%;
  }

  .rolex-watch-specifications-flex {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }

  .rolex-watch-specifications-image-col2 {
    width: 100%;
  }

  .rolex-specifications-watch img {
    max-width: 550px;
    max-height: 550px;
  }

  .rolex-watch-specifications-text-col1 {
    width: 100%;
    padding-top: 0px;
  }

  ul.rolex-model-text-list {
    width: calc(50% - 9%);
    margin-right: 9%;
  }


  .rolex-model-watch-flex {
    width: 42%;
  }

  /* start of main design 17-05-2024 */

  .dynamic-map-list {
    width: calc(33.3333% - 8px);
  }

  .contact-appointment-block-text1 {
    width: 83%;
  }

  .contact-appointment-block-text2 {
    width: 66%;
    margin-bottom: 40px;
  }

  .contact-appointment-select-counter-title,
  .contact-appointment-select-country-dropdown {
    width: 49%;
  }

  .contact-appointment-chooes-date-time-wrapper {
    width: 49.5%;
  }

  .contact-appointment-block-text3 {
    width: 66%;
    padding: 70px 8.6%;
  }

  .contact-appointment-action-wrapper {
    width: 66%;
  }

  .contact-msg-block-text1 {
    width: 83%;
  }

  .contact-msg-block-text2 {
    width: 66%;
  }

  .contact-msg-textarea-wrapper {
    width: 83%;
  }

  .contact-msg-form {
    width: 83%;
  }

  /* end of main design 17-05-2024 */

}

@media (max-width: 992px) and (min-width:768px){
	.rolex-model-text-flex{width: 35%;}
	.rolex-model-left-spacing{width:10%;}
}


@media(max-width: 767px) {
  .x2-push-col-left {
    margin-bottom: 50px;
  }

  .x2-push-content-flex {
    display: block;
  }

  .x2-push-col-left,
  .x2-push-col-right {
    width: 100%;
  }

  .x1-push-content {
    width: 100%;
  }

  .x2-push-content {
    padding-right: 0px;
  }

  .x3-push-content-flex {
    display: block;
  }

  .x3-push-col {
    width: 100%;
    margin-bottom: 50px;
  }

  .x3-push-col:last-child {
    margin-bottom: 0;
  }

  .sec-title {
    width: 100%;
  }

  .x3-push-content {
    padding-right: 0px;
  }

  .keep-exp-col {
    width: 50% !important;
  }

  .keep-exp-content {
    padding-right: 0px;
  }

  .keep-exploring-wrapper .slide-button {
    display: none !important;
  }

  .m-image img {
    max-width: 100%;
  }


  .s-image img {
    width: 100%;
  }

  .body-text-index {
    max-width: 100%;
  }

  .quote-text-index {
    max-width: 100%;
  }

  .module-availability-index {
    width: 100%;
    padding: 0px 20px;
  }

  .video-player-index {
    max-width: 100%;
  }

  body .pro-slider-wrapper .swiper-pagination-bullets {
    bottom: 20px;
  }

  .pro-slider-content-flex {
    display: block;
  }

  .pro-slider-content-text {
    width: 100%;
  }

  .pro-slider-content-wrapper {
    display: flex;
    align-items: end;
    padding-bottom: 74px;
  }

  .pro-slider-wrapper .pro-slide-button {
    display: none;
  }

  .pro-slider-content-text h6 {
    font-size: 24px;
  }

  .watch-collection-item {
    width: calc(50% - 8px);
  }

  .watch-collection-details {
    padding: 0px 20px 30px;
  }

  .watch-load-more {
    margin-top: 30px;
  }

  .watch-collection-title {
    margin-bottom: 40px;
  }

  .watch-collection-image img {
    width: 100%;
  }

  .watch-collection-title h2 {
    max-width: 100%;
  }

  .rolex-model-flex {
    flex-flow: wrap;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .rolex-model-text-flex {
    width: 100%;
    margin-bottom: 50px;
  }

  .rolex-model-watch-flex {
    width: 100%;
  }

  .rolex-model-left-spacing {
    display: none;
  }

  ul.rolex-model-text-list {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .rolex-model-cta-btn {
    padding-top: 30px;
  }


  ul.rolex-breadcrumbs-list>li {
    display: none;
  }

  ul.rolex-breadcrumbs-list>li.breadcrumbs-back-btn {
    display: flex;
  }

  .module-availability-index {
    padding-top: 60px;
  }

  /*start new main.css 04-05-2024 */
  .map-list-address h5 {
    margin-bottom: 20px;
  }

  .map-list-address>p.fixed16 {
    margin-bottom: 20px;
  }

  .dynamic-map-list {
    width: 100%;
    margin: 0px 0px 8px;
  }

  .dynamic-list-trigger {
    display: flex;
  }

  .dynamic-map-list-flex {
    margin: 0px;
    display: none;
  }

  .roelx-dynamic-map-list-index+.roelx-dynamic-map-list-index {
    margin: 0px;
  }

  .dynamic-map-trigger {
    margin: 0px !important;
    padding: 19px 0px;
    border-top: 1px solid rgb(69 44 30 / 20%);
  }

  .roelx-dynamic-map-list-index.open .dynamic-map-list-flex {
    display: flex;
  }

  .roelx-dynamic-map-list-index.open .dynamic-map-list-flex .dynamic-map-list:last-child {
    margin-bottom: 50px;
  }

  .roelx-dynamic-map-list-index.open .dynamic-list-trigger #icon-close {
    display: block;
  }

  .roelx-dynamic-map-list-index.open .dynamic-list-trigger #icon-open {
    display: none;
  }

  .rolex-static-map-info-wrapper {
    position: relative;
    width: 100%;
    min-width: auto;
    padding: 40px 0px;
  }

  .rolex-static-map-share-links-group {
    display: flex;
    justify-content: center;
  }

  .rolex-static-map-timing-status-wrapper {
    margin-bottom: 30px !important;
  }

  .tertiary-cta-text {
    display: none;
  }

  .tertiary-cta-icon {
    margin: 0px 10px;
  }

  .rolex-static-map-share-link-wrap {
    margin-bottom: 0px !important;
  }

  .rolex-static-map-iframe-wrap {
    min-height: auto;
    padding-top: 100%;
  }

  .tabber-map-list .dynamic-map-list-flex {
    display: block;
  }

  .rolex-static-map-info-wrapper.tabber-map-info {
    width: 100%;
    padding: 0px;
  }

  .rolex-static-map-info-image {
    display: none;
  }

  .dynamic-map-sec .rolex-static-map-iframe-wrap {
    height: 75vh;
  }

  .rolex-static-map-info-wrapper.tabber-map-info {
    position: absolute;
    height: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    top: auto;
  }

  .tabber-map-info .rolex-static-map-info {
    width: 80%;
  }

  .contact-appointment-block-text1 {
    width: 100%;
  }

  .contact-appointment-block-text2 {
    width: 100%;
  }

  .contact-appointment-image-flex-wrapper {
    width: 100%;
  }

  .appointment_i_understand_btn {
    margin-top: 30px;
  }

  .contact-appointment-select-counter-title,
  .contact-appointment-select-country-dropdown {
    width: 100%;
  }

  .contact-appointment-select-counter-title {
    margin-bottom: 50px;
  }

  .contact-appointment-select-country-list {
    margin-top: 30px;
  }

  .contact-appointment-select-country-next {
    margin-top: 30px;
  }

  .contact-appointment-chooes-date-time-wrapper {
    width: 100%;
  }

  .contact-appointment-block-text3 {
    width: 100%;
    padding: 60px 8.6%;
    margin-bottom: 30px;
  }

  .contact-appointment-action-wrapper {
    width: 100%;
  }

  .contact-appointment-btn-wrap {
    margin-top: 30px;
  }

  .your-appointment-details-text:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-msg-block-text1 {
    width: 100%;
  }

  .contact-msg-block-text2 {
    width: 100%;
  }

  .contact-msg-textarea-wrapper {
    width: 100%;
  }

  .contact-msg-next {
    margin-top: 40px;
  }

  .contact-msg-form {
    width: 100%;
  }

  .contact-msg-image-wrapper {
    width: 100%;
  }

  .contact-message-step-3 .contact-msg-block-text2 {
    margin-bottom: 40px;
  }

  .contact-msg-block-text2 .primary-cta {
    margin-top: 30px;
  }

  /*end new main.css 04-05-2024 */
  /*start new main.css 17-05-2024 */

  .priceRequest_positionChange {
    margin-top: -63px;
  }

  .introduction-text-wrapper .intro-text-col-Right p br{
	  display:none;
  }

}

@media (max-width: 768px) {
  .keep-exploring-wrapper .slide-button {
    top: 43%;
}
}